diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-17 10:22:49 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-17 10:22:49 -0500 |
| commit | c4de3f605c2c6ffa505ad098c72292e706359c0e (patch) | |
| tree | ce5a429cac2fce66131975125646f856aa2e24de /src/app/groups/[groupId]/expenses/page.tsx | |
| parent | ff6b84ff8818ee96f1d6cf479f72b2127eddec43 (diff) | |
Improve UI of expense list
Diffstat (limited to 'src/app/groups/[groupId]/expenses/page.tsx')
| -rw-r--r-- | src/app/groups/[groupId]/expenses/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/[groupId]/expenses/page.tsx b/src/app/groups/[groupId]/expenses/page.tsx index 3ef84e3..56b5cd9 100644 --- a/src/app/groups/[groupId]/expenses/page.tsx +++ b/src/app/groups/[groupId]/expenses/page.tsx @@ -55,7 +55,7 @@ export default async function GroupExpensesPage({ </CardHeader> </div> - <CardContent className="p-0"> + <CardContent className="p-0 pt-2 pb-4 sm:pb-6 flex flex-col gap-4 relative"> <Suspense fallback={[0, 1, 2].map((i) => ( <div |
